home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global photocast, moviecast, moviebtncast
- if the visible of sprite photocast = 1 then
- set the visible of sprite photocast to 0
- set the castNum of sprite photocast to member "rep_photo_core"
- end if
- case the frame of
- "3":
- set targetcast to "03_îí2.MOV"
- "5":
- set targetcast to "05_ÉeÉBÅ[É^ÉCÉÄ.MOV"
- "8":
- set targetcast to "09_éRìþ.MOV"
- end case
- set the castNum of sprite moviecast to member targetcast
- set the visible of sprite moviecast to 1
- set the visible of sprite moviebtncast to 1
- set the visible of sprite 42 to 1
- set the visible of sprite 43 to 1
- puppetSound(1, "CLICK.aif")
- end
-